home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
tooltips
/
scripts
/
DefineSprite_13
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
230 b
|
15 lines
play();
timer = getTimer() - BaseTime;
if(_parent.tip ne "")
{
if(timer >= _parent.delay)
{
gotoAndPlay(5);
_parent.flag = true;
}
}
else if(_parent.tip eq "")
{
_parent.gotoAndStop("off");
}